home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / pcbv407.zip / @INFO next >
Text File  |  1992-02-25  |  1KB  |  44 lines

  1. @codes -- supported in ALL text PCBVerify displays.
  2.  
  3. @PHONE@ = phone number of user
  4. @NEWUSER@ = new user's security level
  5. @FIRST@ = first name
  6. @USER@ = full name
  7. @SYSDATE@ = system date
  8. @SYSTIME@ = system time
  9. @SECURITY@ = user security level
  10. @KBLIMIT@ = dl byte limit
  11. @TIMELEFT@ = time remaining
  12. @EXPDATE@ = expire date
  13. @HOMEPHONE@ = [not yet implemented]
  14. @DATAPHONE@ = [not yet implemented]
  15. @CLS@ = clear the screen
  16. @BPS@ = connect speed
  17. @BEEP@ = sound the bell
  18. @BOARDNAME@ = system name (from CNF file)
  19. @MORE@ = force a More Y/N/NS prompt
  20.  
  21. Color @ codes:
  22.  
  23. To send a color @ code, the command is as follows:
  24.  
  25. @Xbf
  26.  
  27. Where b is the background and f is foreground.
  28.  
  29. Colors work as follows:
  30.                 
  31. Background          * (blinking 8-F for background)        
  32.                     *               * (8-F for hi intensity)
  33. Black           0   8           0   8
  34. Blue            1   9           1   9
  35. Green           2   A           2   A
  36. Cyan            3   B           3   B
  37. Red             4   C           4   C
  38. Magenta         5   D           5   D
  39. Brown/Yellow    6   E           6   E
  40. White           7   F           7   F
  41.  
  42. Example:    @X84    = Blinking, black background, red foreground
  43.             @X0E    = Black background, yellow foreground
  44.